home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gcctest / tests05.zoo / float1.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-07  |  60 b   |  5 lines

  1. main()
  2. {
  3.     printf(" 32.0 - 31.0 == %f\n", 32.0 - 31.0);
  4. }
  5.